projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
825b543
)
* src/haikuterm.c (haiku_draw_fringe_bitmap): Set stipple flag.
author
Po Lu
<luangruo@yahoo.com>
Mon, 9 May 2022 12:45:05 +0000
(12:45 +0000)
committer
Po Lu
<luangruo@yahoo.com>
Mon, 9 May 2022 12:48:13 +0000
(12:48 +0000)
src/haikuterm.c
patch
|
blob
|
history
diff --git
a/src/haikuterm.c
b/src/haikuterm.c
index 747c8e4275f8ac26e994742dd0a8b671bab09eac..802d7d2ac2fd399bd7234d3ef9c3053022eb718f 100644
(file)
--- a/
src/haikuterm.c
+++ b/
src/haikuterm.c
@@
-2589,6
+2589,8
@@
haiku_draw_fringe_bitmap (struct window *w, struct glyph_row *row,
0, 0, FRAME_PIXEL_WIDTH (f),
FRAME_PIXEL_HEIGHT (f));
BView_EndClip (view);
+
+ row->stipple_p = true;
}
}